home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60 / 60.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / display_abbreviations.css < prev    next >
Cascading Style Sheet File  |  2009-06-30  |  176b  |  12 lines

  1. @import url("imports/before.css");
  2.  
  3. abbr:before
  4. {
  5.     content: "Abbr=" attr(title) !important;
  6. }
  7.  
  8. acronym:before
  9. {
  10.     content: "Acronym=" attr(title) !important;
  11. }
  12.